#-------------------------------------------------------------------------------
#
#	Name    : Make
#	Purpose : StrongED mode file for XML files
#	Author  :  Fred Graute
#	Licence : Freeware
#	Version : 1.00, 29-09-02
#
#	Nothing fancy, just basic syntax colouring.
#
#-------------------------------------------------------------------------------

ID_FirstChar	_A-za-z
ID_Middle	_A-za-z0-9\-

SyntaxOptions
	SingleQuote	Yes
	DoubleQuote	Yes
	HexPrefix	x
End

SyntaxComment 1
	Type		MultiLine
	StartWith	<!--
	EndWith		-->
End

SyntaxWords Group1 EndOfID
	<
	</
End

SyntaxWords Group2 EndAlways
	>
	/>
End

SyntaxWords Group3 EndOfTag
	<!
End

SyntaxWords Group4 EndOfID
	<?
	?>
End
